projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6994ccf
)
sandbox: u-boot.lds: tweak style
author
Mike Frysinger
<
[email protected]
>
Sun, 26 Feb 2012 19:13:31 +0000
(14:13 -0500)
committer
Mike Frysinger
<
[email protected]
>
Mon, 12 Mar 2012 15:03:43 +0000
(11:03 -0400)
We use tabs for indentation, not spaces.
Acked-by: Simon Glass <
[email protected]
>
Signed-off-by: Mike Frysinger <
[email protected]
>
arch/sandbox/cpu/u-boot.lds
patch
|
blob
|
history
diff --git
a/arch/sandbox/cpu/u-boot.lds
b/arch/sandbox/cpu/u-boot.lds
index 2d2e50fdbf429a60f4ebb6668b2bb373b84a7b07..0c56aa77937f4432b9e92ad4b1fc67aae99202f6 100644
(file)
--- a/
arch/sandbox/cpu/u-boot.lds
+++ b/
arch/sandbox/cpu/u-boot.lds
@@
-1,5
+1,5
@@
/*
- * Copyright (c) 2011 The Chromium OS Authors.
+ * Copyright (c) 2011
-2012
The Chromium OS Authors.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@
-24,11
+24,11
@@
SECTIONS
{
- __u_boot_cmd_start = .;
- .u_boot_cmd : { *(.u_boot_cmd) }
- __u_boot_cmd_end = .;
- __bss_start = .;
+ __u_boot_cmd_start = .;
+ _u_boot_cmd : { *(.u_boot_cmd) }
+ __u_boot_cmd_end = .;
+ __bss_start = .;
}
INSERT BEFORE .data;